Reads the value of an array item into a string. 
Class
TCustomIBCArray
 Syntax
function GetItemAsString(const Indices: array of integer): string;
Parameters
Indices
Holds an array of element indexes in the array (if the array is one-dimensional, there is only one index). 
Return Value
the value of an array item as string.
Remarks
Call the GetItemAsString method to read the value of an array item into a string. 
See Also